home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / usr / include / sys / IP6addrs.h.z / IP6addrs.h
C/C++ Source or Header  |  1992-04-03  |  2KB  |  67 lines

  1. #if IP6
  2. #ifndef __SYS_IP6ADDRS_H__
  3. #define __SYS_IP6ADDRS_H__
  4.  
  5. /**************************************************************************
  6.  *                                      *
  7.  *          Copyright (C) 1990, Silicon Graphics, Inc.          *
  8.  *                                      *
  9.  *  These coded instructions, statements, and computer programs  contain  *
  10.  *  unpublished  proprietary  information of Silicon Graphics, Inc., and  *
  11.  *  are protected by Federal copyright law.  They  may  not be disclosed  *
  12.  *  to  third  parties  or copied or duplicated in any form, in whole or  *
  13.  *  in part, without the prior written consent of Silicon Graphics, Inc.  *
  14.  *                                      *
  15.  **************************************************************************/
  16. #ident "$Revision: 3.8 $"
  17.  
  18. /*
  19.  * Definitions of physical memory usage for the IP6
  20.  * 
  21.  */
  22. /*
  23.  
  24.                 ---------------------------------
  25. 0x1fc00000            | prom text & read only data    | 2
  26.                 ---------------------------------
  27.  
  28.                 ---------------------------------
  29. 0x00400000 (4M)            | IP6prom stack v         | 1
  30.                 ---------------------------------
  31. 0x00380000 (3.5M)        | IP6prom bss            | 2
  32.                 ---------------------------------
  33. 0x0037fffc (3.5M - 4)        | SASH/IDE stack v        | 1
  34.                 ---------------------------------
  35.                 | Child of SASH's stack v    | 1
  36.                 ---------------------------------
  37. 0x002a0000             | SASH/IDE (text,data,bss)    | 3
  38.                 ---------------------------------
  39. 0x00051000            | unix.kdebug            | 4
  40.                 ---------------------------------
  41. 0xa0003010            | Symmon            | 5
  42.                 ---------------------------------
  43. 0xa0003000            | Symmon's stack        | 1
  44.                 ---------------------------------
  45. 0x00002000            | UNIX    (non debug)        | 4
  46.                 ---------------------------------
  47. 0x00000400            | restart block            | 1
  48.                 ---------------------------------
  49. 0x00000080            | general exception handler    |
  50.                 ---------------------------------
  51. 0x00000000            | utlbmiss handler        |
  52.                 ---------------------------------
  53.  
  54. NOTES:
  55.  
  56. 1. Defined in IP6.h.
  57. 2. Defined in IP6prom/Makefile
  58. 3. Sash's address is defined in sash/Makefile; ide's is in ide/Makefile.
  59. 4. Defined in uts/mips/master.d/system.gen
  60. 5. Defined in symmon/Mkdefs.IP6
  61.  
  62. */
  63.  
  64. #endif /* __SYS_IP6ADDRS_H__ */
  65.  
  66. #endif /* IP6 */
  67.